home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / arpa / inet.h < prev    next >
C/C++ Source or Header  |  2002-09-16  |  554b  |  27 lines

  1. #ifndef ARPA_INET_H
  2. #define ARPA_INET_H \
  3.        "$Id: inet.h,v 1.1.1.1 2001/11/26 22:21:15 tboeckel Exp $"
  4. /*
  5.  *      Inet Library Functions 
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef KERNEL
  13. #ifndef NETINET_IN_H
  14. #include <netinet/in.h>
  15. #endif
  16.  
  17. /*
  18.  * Include socket protos/inlines/pragmas
  19.  */
  20. #if !defined(BSDSOCKET_H) && !defined(CLIB_SOCKET_PROTOS_H)
  21. #include <bsdsocket.h>
  22. #endif
  23.  
  24. #endif /* !KERNEL */
  25.  
  26. #endif /* ARPA_INET_H */
  27.